ComponentOne FinancialChart for WPF
C1.WPF Namespace / PropertyChangedEventArgs<T> Class / PropertyChangedEventArgs<T> Constructor



In This Topic
    PropertyChangedEventArgs<T> Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New PropertyChangedEventArgs(Of T)()
    public PropertyChangedEventArgs<T>()
    public:
    PropertyChangedEventArgs<T>();
    See Also